home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
gfx
/
edit
/
TSMrph23s.lha
/
TSM23s.lha
/
brush
/
Next.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-05
|
668b
|
60 lines
#include <intuition/intuition.h>
/* Iff2Src conversion: dh0:tsm/brushes/Next.brush */
static UWORD __chip next_data[60] = // note twice the actual size
{
/* Plane 0 */
0x0000,
0x0002,
0x0002,
0x0002,
0x0102,
0x0182,
0x1FC2,
0x1FE2,
0x1FC2,
0x0182,
0x0102,
0x0002,
0x0002,
0x0002,
0x7FFE,
/* Plane 1 */
0xFFFE,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000,
0x8000
};
struct Image next_im =
{
0,0,
15,15,
2,
&next_data[0],
0x03,0x0,
NULL
};
struct Image next_imx =
{
0,0,
15,15,
2,
&next_data[30],
0x03,0x0,
NULL
};